projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b0735
)
* eglot.el (eglot-eldoc-function): remove spurious log message
author
João Távora
<joaotavora@gmail.com>
Fri, 1 Jun 2018 23:58:10 +0000
(
00:58
+0100)
committer
João Távora
<joaotavora@gmail.com>
Sat, 2 Jun 2018 00:40:04 +0000
(
01:40
+0100)
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 31ef081bd07b95224d37867538f816059c42d572..64d06a3aa637c1ba05e90ee11ac95f606415fbc3 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-1126,7
+1126,6
@@
If SKIP-SIGNATURE, don't try to send textDocument/signatureHelp."
(unless sig-showing
(when-buffer-window
(when-let (info (eglot--hover-info contents range))
- (eglot--message "OK so info is %S and %S" info (null info))
(eldoc-message info)))))
:deferred :textDocument/hover))
(when (eglot--server-capable :documentHighlightProvider)